home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Core Concepts in Art 2
/
Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso
/
mac
/
media
/
guess.swf
/
scripts
/
DefineButton2_100
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2003-11-28
|
212b
|
10 lines
on(release){
var i = _root.dropChapters;
while(i < _root.howManyChapters)
{
this["chapter" + i].arrow_mc._visible = 0;
this["chapter" + i].chapter_txt._alpha = 50;
i++;
}
}